projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9aa963
)
(nntp-accept-process-output): Don't use point-max to get the buffer's size.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 11 Feb 2003 17:00:27 +0000
(17:00 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 11 Feb 2003 17:00:27 +0000
(17:00 +0000)
lisp/gnus/nntp.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/nntp.el
b/lisp/gnus/nntp.el
index 9d5c600a080228948c96a9f3c56cef4232608a3a..0b939d1f40b5c8e673f4115e620255f67fb29ad4 100644
(file)
--- a/
lisp/gnus/nntp.el
+++ b/
lisp/gnus/nntp.el
@@
-1051,7
+1051,7
@@
password contained in '~/.nntp-authinfo'."
(save-excursion
(set-buffer (or (nntp-find-connection-buffer nntp-server-buffer)
nntp-server-buffer))
- (let ((len (/ (
point-max
) 1024))
+ (let ((len (/ (
buffer-size
) 1024))
message-log-max)
(unless (< len 10)
(setq nntp-have-messaged t)